You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > Multiply Method > MatrixInt.Multiply Method ([In] TMtxVecInt, [In] TMtxVecInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.Multiply Method ([In] TMtxVecInt, [In] TMtxVecInt)

Multiplies coresponding elements in Src2 with Src1.

Syntax
C#
Visual Basic
public TMtxVecInt Multiply([In] TMtxVecInt Src1, [In] TMtxVecInt Src2);

the result of multipliing Src2 values with coresponding Src1 values.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!